cargo.git
2015-06-12 borsAuto merge of #1701 - alexcrichton:lenient-rustc-flags...
2015-06-12 borsAuto merge of #1705 - alexcrichton:fix-test-non-root...
2015-06-11 borsAuto merge of #1704 - JustAPerson:doc_codegen_units...
2015-06-11 Alex CrichtonFix testing the non-root package
2015-06-11 Jason PriestDocument the `codegen-units` manifest option
2015-06-10 borsAuto merge of #1702 - alexcrichton:fix-traverse-build...
2015-06-10 Alex CrichtonFix propagation of build script args
2015-06-10 Alex CrichtonHandle missing files after `cargo rustc`
2015-06-08 borsAuto merge of #1697 - alexcrichton:fix-path-pkgid,...
2015-06-08 Alex CrichtonFix spurious rebuilds when switching source paths
2015-06-08 borsAuto merge of #1693 - durka:patch-1, r=steveklabnik
2015-06-08 Alex Burkadoc: add link to glob::glob::Pattern
2015-06-08 Alex CrichtonClone less with an extra `Registry` impl
2015-06-08 Alex CrichtonRemove redundant storage of source id in Package
2015-06-07 borsAuto merge of #1682 - yoongkang:new_error_msg, r=alexcr...
2015-06-06 borsAuto merge of #1687 - huonw:dev-dep-doc-test, r=alexcri...
2015-06-06 Huon Wilsontest: point doc tests to the main library, for cyclic...
2015-06-05 Yoong Kang LimBlacklist binary target names
2015-06-04 borsAuto merge of #1657 - alexcrichton:share-target-dirs...
2015-06-04 borsAuto merge of #1685 - mbrubeck:ndebug, r=alexcrichton
2015-06-04 Matt Brubeck[docs] Remove mention of --cfg ndebug
2015-06-03 borsAuto merge of #1680 - steveklabnik:gh1679, r=alexcrichton
2015-06-03 Steve KlabnikRemove outdated FAQ entry
2015-06-03 borsAuto merge of #1668 - alexcrichton:perf, r=alexcrichton
2015-06-03 Alex CrichtonUpdate rust-url to improve hash/cmp performance
2015-06-03 borsAuto merge of #1678 - chris-morgan:master, r=alexcrichton
2015-06-03 Chris MorganFix snapshot downloading on Python 3
2015-06-03 Alex CrichtonCache the canonical URL for a source
2015-06-03 Alex CrichtonOptimize SourceId::cmp a bit
2015-06-03 Alex CrichtonOptimize crawl_build_deps to not re-traverse deps
2015-06-03 Alex CrichtonDon't allocate in PackageId::hash
2015-06-03 Alex CrichtonUpdate the Rust snapshot used
2015-06-03 Alex CrichtonSwitch from a custom MTime to the filetime crate
2015-06-03 Alex CrichtonDon't recurse so often in the dependency graph
2015-06-03 Alex CrichtonImplement caching among fingerprint resolutions
2015-06-02 borsAuto merge of #1674 - wca:add-freebsd-snapshot, r=alexc...
2015-06-02 Will AndrewsRestore the original triple split.
2015-06-02 borsAuto merge of #1664 - IvanUkhov:is-dir, r=alexcrichton
2015-06-02 Will AndrewsAdd initial FreeBSD x86_64 cargo snapshot.
2015-06-02 Will AndrewsMake fewer assumptions about snapshots.txt format.
2015-06-02 Ivan UkhovFix the detection of directories when listing files...
2015-06-02 Ivan Ukhovtests: add a test for submodule packaging
2015-06-02 Ivan Ukhovtests: move Git-related routines to support
2015-06-02 borsAuto merge of #1671 - alexcrichton:osx-more-robust...
2015-06-02 Alex CrichtonMake a freshness test more robust on OSX
2015-05-29 borsAuto merge of #1656 - EduardoBautista:cargo-home-absolu...
2015-05-29 borsAuto merge of #1659 - alexcrichton:shorten-paths-on...
2015-05-29 Alex CrichtonShorten paths in the test runner for windows
2015-05-28 Eduardo BautistaUse absolute path for CARGO_HOME
2015-05-28 borsAuto merge of #1658 - alexcrichton:debug-windows, r...
2015-05-28 Alex CrichtonTry to debug a failing test on the windows bots
2015-05-28 Alex CrichtonAllow specifying a custom output directory
2015-05-28 Alex CrichtonBump Cargo.toml's version to 0.3.0
2015-05-27 borsAuto merge of #1653 - alexcrichton:update-tar, r=alexcr...
2015-05-27 borsAuto merge of #1654 - alexcrichton:udpate-ssh2-sys...
2015-05-27 borsAuto merge of #1642 - alexcrichton:opt-fs, r=huonw
2015-05-27 borsAuto merge of #1641 - alexcrichton:update-less, r=brson
2015-05-27 borsAuto merge of #1639 - jimmycuadra:jobs-flag-docs, r...
2015-05-27 borsAuto merge of #1637 - dhuseby:bitrig_snapshot, r=alexcr...
2015-05-27 Alex CrichtonUpdate libssh2-sys's build script
2015-05-27 borsAuto merge of #1617 - alexcrichton:fix-kind-after-the...
2015-05-26 borsAuto merge of #1651 - Roysten:master, r=alexcrichton
2015-05-26 Roy van der... fix name escaping issue in Cargo.toml (#1635) and added...
2015-05-26 Alex CrichtonUpdate the tar-rs dependency
2015-05-22 Brian AndersonMerge pull request #1640 from alexcrichton/fix-rel...
2015-05-20 Alex CrichtonReduce calls to fs::metadata in list_git_files
2015-05-20 Alex CrichtonOptimize the number of calls to fs::metadata
2015-05-20 Alex CrichtonDon't update the same path source multiple times
2015-05-20 Alex CrichtonFix a relative `rustc` spec to .cargo/config
2015-05-20 Jimmy CuadraClarify that --jobs doesn't affect parallelism when...
2015-05-19 Dave Husebyoops forgot to grab the bitrig line
2015-05-19 Dave Husebyupdating snapshot scripts to support bitrig
2015-05-19 Dave Husebyadding bitrig cargo snapshot
2015-05-19 borsAuto merge of #1629 - alexcrichton:env-rustc, r=alexcri...
2015-05-19 Alex CrichtonAdd rustc/rustdoc config keys to Cargo config
2015-05-19 borsAuto merge of #1625 - alexcrichton:ignore-dotfile,...
2015-05-19 borsAuto merge of #1632 - hansjorg:master, r=alexcrichton
2015-05-18 Hans Jørgen... Make dl-snapshot.py avoid dl'ing existing files
2015-05-18 Alex CrichtonRemove borrowed pointer in Config
2015-05-18 Alex CrichtonRecognize RUSTC/RUSTDOC environment variables
2015-05-18 borsAuto merge of #1628 - alexcrichton:update-deps, r=alexc...
2015-05-18 Alex CrichtonUpdate cargo deps
2015-05-18 borsAuto merge of #1627 - brson:version, r=alexcrichton
2015-05-18 Brian AndersonBump version to 0.3
2015-05-18 borsAuto merge of #1619 - Eljay:fix-doc-open, r=alexcrichton
2015-05-18 Alex CrichtonDon't auto-build dotfiles in inferred folders
2015-05-17 Lee JefferyReuse existing crate_name method instead.
2015-05-17 borsAuto merge of #1616 - sbeckeriv:master, r=alexcrichton
2015-05-17 borsAuto merge of #1620 - Eljay:empty-package-name, r=alexc...
2015-05-17 Stephen Becker IVFix whitespace
2015-05-17 Stephen Becker IVUpdate text per comment in pull request.
2015-05-17 Lee JefferyAdded some checks for empty package and target names.
2015-05-17 Lee JefferyFix `doc --open` crate name.
2015-05-16 Stephen Becker IVUpdate error message with more details.
2015-05-16 Alex CrichtonUse the right Kind when calculating compiled libraries
2015-05-14 borsAuto merge of #1611 - IvanUkhov:missing-bracket, r...
2015-05-14 Ivan UkhovAdd a missing square bracket
2015-05-13 borsAuto merge of #1604 - alexcrichton:update, r=alexcrichton
2015-05-13 Alex CrichtonUpdate Cargo to rust master
2015-05-11 borsAuto merge of #1598 - critiqjo:bash-complete, r=alexcri...
next